home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / hal / fdi / policy / 10osvendor / 10-leds.fdi < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-05  |  390 b   |  16 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <deviceinfo version="0.2">
  4.  
  5.   <device>
  6.     <match key="info.capabilities" contains="leds">
  7.       <match key="leds.device_name" exists="true">
  8.         <match key="leds.function" exists="true">
  9.           <append key="info.addons.singleton" type="strlist">hald-addon-leds</append>
  10.         </match>
  11.       </match>
  12.     </match>
  13.   </device>
  14.  
  15. </deviceinfo>
  16.